Class com.symantec.itools.frameworks.application.commandline.BooleanOption
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.symantec.itools.frameworks.application.commandline.BooleanOption

Object
   |
   +----Option
           |
           +----SingleOption
                   |
                   +----com.symantec.itools.frameworks.application.commandline.BooleanOption

public abstract class BooleanOption
extends SingleOption

Version:
1.0
Author:
Symantec Internet Tools Division
Since:
VCafe 3.0

Constructor Index

 o com.symantec.itools.frameworks.application.commandline.BooleanOption()
 o com.symantec.itools.frameworks.application.commandline.BooleanOption(String[])

Method Index

 o getBoolean(String[], int)

Constructors

 o BooleanOption
protected BooleanOption()
 o BooleanOption
protected BooleanOption(String[] flags)

Methods

 o getBoolean
protected boolean getBoolean(String[] args,
                             int startIndex) throws MissingArgumentsException

Parameters:
args - TODO
startIndex - TODO
Throws: MissingArgumentsException
Since:
VCafe 3.0

All Packages  Class Hierarchy  This Package  Previous  Next  Index